(gud-def): Don't use gud-key-prefix at compile time.
authorRichard M. Stallman <rms@gnu.org>
Mon, 31 May 1993 05:54:07 +0000 (05:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 31 May 1993 05:54:07 +0000 (05:54 +0000)
lisp/gud.el

index 53f2acf8cb08b00f8d050f9ca8eb9c1e3cd100a1..7be667ba8ba4d566a11f1bc82c55f838b35d5daf 100644 (file)
@@ -106,7 +106,7 @@ we're in the GUD buffer)."
                  (list 'quote func)))
        (if key
            (list 'global-set-key
-                 (concat gud-key-prefix key)
+                 (list 'concat 'gud-key-prefix key)
                  (list 'quote func)))))
 
 ;; Where gud-display-frame should put the debugging arrow.  This is